For information on the behavior and appearance of this component see "Query Pages".
myQuery : D2WQuery { entityName = "Movie"; displayKeys = "(title, roles)"; queryDataSource = displayGroup.dataSource; action = displayGroup.fetch; } D2WListFor information on the behavior and appearance of this component see "List Pages and Select Components".
Bindings | Comments |
---|---|
entityName | The name of the entity for this list (NSString) |
dataSource | The data source for the list |
displayKeys | The properties of the entity to display (NSArray or NSString) |
myList : D2WList { entityName = "Movie"; dataSource = displayGroup.dataSource; displayKeys = "(title, roles)"; } D2WSelectFor information on the behavior and appearance of this component see "List Pages and Select Components".
mySelect : D2WSelect { entityName = "Movie"; selectedObject = displayGroup.selectedObject; dataSource = displayGroup.dataSource; action = selectAction; } D2WInspectFor information on the behavior and appearance of this component see "Inspect and Edit Pages".
myInspect : D2WInspect { entityName = "Movie"; object = displayGroup.selectedObject; action = editAction; } D2WEditFor information on the behavior and appearance of this component see "Inspect and Edit Pages".
myEdit : D2WEdit { entityName = "Movie"; object = displayGroup.selectedObject; action = editAction; }
Table of Contents
Next Section